Dashboard Temp Share Shortlinks Frames API

cody - HTMLify profile

files of /cody/frontendcharm/Mini-Projects/FORM AND INPUTS/3D Light On-Off Toggle Animation /

index.html /cody/frontendcharm/Mini-Projects/FORM AND INPUTS/3D Light On-Off Toggle Animation /index.html
386 Views
0 Comments
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<ti
style.css /cody/frontendcharm/Mini-Projects/FORM AND INPUTS/3D Light On-Off Toggle Animation /style.css
224 Views
0 Comments
:root {
--sz: 10vmin;
--on: #03a9f4;
--of: #fff0;
--gr: #666666;
--tr: all 0.5s ease 0s;
--lg: var(--of);
}